home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / modules / prettyprinter / GetDescription.c next >
C/C++ Source or Header  |  2000-01-01  |  164b  |  10 lines

  1.  
  2. #include <exec/types.h>
  3.  
  4. static char *description = "$VER: prettyprinter.module 37.0 ("__DATE__")";
  5.  
  6. char *ingm_GetDescription(void)
  7. {
  8.   return description + 6;
  9. }
  10.